home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3slctbl.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SLCTBL_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_SLCTBL = 74;
-
-
-
-
- // Description: Select/deselect
- // Virtual method
-
- R3SLCTBLM_SELECT = 74000;
-
- function mR3SLCTBLM_SELECT() {
- DoA(this.r3obj, 74000, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Get selection state
- // Virtual method
- // Returns: Boolean, true if selected
-
- R3SLCTBLM_ISSELECTED = 74001;
-
- function mR3SLCTBLM_ISSELECTED() {
- return DoA(this.r3obj, 74001, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3SLCTBLA_Manager = 74500;
- function SetR3SLCTBLA_Manager(value) {
- R3Set(this.r3obj, R3SLCTBLA_Manager, value, R3TID_OBJECT, 0);
- }
-
- function GetR3SLCTBLA_Manager() {
- return R3ToJS(R3Get(this.r3obj, R3SLCTBLA_Manager, R3TID_OBJECT, 0));
- }
-
- R3SLCTBLA_GroupName = 74501;
- function SetR3SLCTBLA_GroupName(value) {
- R3Set(this.r3obj, R3SLCTBLA_GroupName, value, R3TID_STRING, 0);
- }
-
- function GetR3SLCTBLA_GroupName() {
- return R3Get(this.r3obj, R3SLCTBLA_GroupName, R3TID_STRING, 0);
- }
-
-
-
- function r3Slctbl () {
- // Methods
- this.SELECT=mR3SLCTBLM_SELECT;
- this.ISSELECTED=mR3SLCTBLM_ISSELECTED;
-
- // Attributes
- this.GetManager=GetR3SLCTBLA_Manager;
- this.SetManager=SetR3SLCTBLA_Manager;
- this.GetGroupName=GetR3SLCTBLA_GroupName;
- this.SetGroupName=SetR3SLCTBLA_GroupName;
- }
-
- // r3slctbl.h_H